You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clValue Structure > clValue Methods > Mul Method > clValue.Mul Method ([In] TOpenCLValue, [In] TOpenCLValue)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clValue.Mul Method ([In] TOpenCLValue, [In] TOpenCLValue)

Multiply Src1 with Src2.

Syntax
C#
Visual Basic
public TOpenCLValue Mul([In] TOpenCLValue Src1, [In] TOpenCLValue Src2);

Stores the result in the calling object. FloatPrecision and Complex property of calling object are adjusted automatically to match those of Src1 and Src2. An exception is raised if Src1 and Src2 size and Complex property do not match.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!